home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 April / EnterCD 4_2005.iso / Gry / Creatrix / CreatrixFullInstaller.exe / fishview.cfg < prev    next >
Encoding:
Text File  |  2004-07-14  |  359 b   |  18 lines

  1. /*
  2.     fishview.cfg
  3. */
  4.  
  5. System()
  6. {
  7.   Window(Logo, 1)
  8.   {
  9.     Bitmap(ultrafish.png);
  10.     Style(Click/MouseOverHiLite/RatioX/RatioY/Right/Bottom/Visible);
  11.     Position( .01, .01);
  12.     Size( .08, -1);
  13.     Color( 155, 155, 155, 155);     // no mouse over
  14.     Color( 255, 255, 255, 255);     // mouse roll over
  15.   }
  16. //  Sound( sound2.wav, .85); 
  17. }
  18.